home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / share / vizeon / setup.exe / AppDir\VizeonCybergirl\games\flashman.swf / scripts / frame_113 / DoAction.as
Encoding:
Text File  |  2002-08-05  |  380 b   |  19 lines

  1. row = 0;
  2. pillnum = 0;
  3. while(Number(row) < 32)
  4. {
  5.    col = 0;
  6.    while(Number(col) < 27)
  7.    {
  8.       removeMovieClip("p_" add col add "_" add row);
  9.       col = Number(col) + 1;
  10.    }
  11.    row = Number(row) + 1;
  12. }
  13. removeMovieClip("pacman");
  14. removeMovieClip("g1");
  15. removeMovieClip("g2");
  16. removeMovieClip("g3");
  17. removeMovieClip("g4");
  18. setProperty("/bonus", _visible, 0);
  19.